libxc: Include private Xen headers in stubdom libxc build
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 11 Aug 2009 06:34:55 +0000 (07:34 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 11 Aug 2009 06:34:55 +0000 (07:34 +0100)
commit7784c384a06216f1cb655b7d3ad708a379ce32f1
treeaee4ff2f0e1995ba19ed512df8e32c4d816850a4
parent8adf4754ddde4a150c79aa47f17c6a154cfebf20
libxc: Include private Xen headers in stubdom libxc build

The headers libelf.h and elfstructs.h were removed from
xen/include/public in 19011:7df072566b8c.  But this broke the stubdom
build because parts of libxc depend on them.  This patch adds
$(XEN_ROOT)/xen/include/xen to the stubdom -I path.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
stubdom/Makefile